home *** CD-ROM | disk | FTP | other *** search
/ Digital Pose Collection / Digital Pose Collection.iso / mac / POSE / DATA / MAIN.DXR / 00007_basic QT.ls < prev    next >
Encoding:
Text File  |  1996-06-18  |  176 b   |  13 lines

  1. on mouseDown
  2.   sound stop 2
  3.   puppetSound("click")
  4. end
  5.  
  6. on mouseUp
  7.   global gqtcastnum
  8.   cursor(4)
  9.   set the fileName of cast gqtcastnum to "01.MOV"
  10.   go("QT")
  11.   cursor(0)
  12. end
  13.